# Auto Pitch v0 intentionally runs with Python standard library only.
# Create a local venv anyway so future audio DSP dependencies stay isolated:
#   python3 -m venv .venv
#   source .venv/bin/activate
#   python -m pip install -U pip
#
# Planned v0.5 evaluation dependencies, not required for current tests/demo:
# numpy
# scipy
# soundfile
# librosa
# matplotlib
# pyrubberband  # only if Rubber Band is installed/licensing is acceptable
